home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / auctex / lpath.el.z / lpath.el
Encoding:
Text File  |  1998-05-21  |  234 b   |  9 lines

  1. ;;; This file is only used for installing AUC TeX.
  2. ;;; It is not a part of AUC TeX itself.
  3.  
  4. ;; Make sure we get the right files.
  5. (setq load-path (cons "." load-path)
  6.       byte-compile-warnings nil
  7.       TeX-lisp-directory "<none>")
  8.  
  9.